home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / ext / posix / makefile.pl < prev    next >
Encoding:
Makefile  |  1996-01-31  |  230 b   |  8 lines

  1. use ExtUtils::MakeMaker;
  2. WriteMakefile(
  3.     LIBS => ["-lm -lposix -lcposix"],
  4.     MAN3PODS     => ' ',     # Pods will be built by installman.
  5.     XSPROTOARG => '-noprototypes',         # XXX remove later?
  6.     VERSION_FROM => 'POSIX.pm', 
  7. );
  8.